-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs-infra] Fix missing dependencies in multi-tab demos #43713
[docs-infra] Fix missing dependencies in multi-tab demos #43713
Conversation
fixes missing dependencies when opening demo in Stackblitz
Netlify deploy previewhttps://deploy-preview-43713--material-ui.netlify.app/ Bundle size report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks @cherniavskii, real power use of the multi tabs feature 😄
The agros diff is not related to changes in this PR and seems to be restoring the proper screenshot after the wrong one was committed to the |
Fixes mui/mui-x#13695 (comment)
When multi-tab demos are opened in Stackblitz/Codesandbox, we need to extract imported dependencies from all the files, not only the main ones.
Before: https://deploy-preview-43696--material-ui-apps.netlify.app/experiments/docs/demos/#multiple-tabs-demo
After: https://deploy-preview-43713--material-ui-apps.netlify.app/experiments/docs/demos/#multiple-tabs-demo
TODO